123456/V5 PT 2324/x106/F.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php $school = $GET_['school'] $klas = $GET_['klas'] echo 'je zit op ' $school 'en je zit in klas ' $klas ?> <form action='' method= 'get' action=''> <p>vul hier in op welke school je zit en in welke klas je zit</p> <input name = 'school' type='text' value= ''> <br><input name = 'klas' type= 'text' value= ''> <input name= '' type= 'submit' value = 'verzenden'> </br> </form> </body> </html>

Resultaat

Made by Thijs Aarnoudse